home *** CD-ROM | disk | FTP | other *** search
/ Hacker Toolbox (Professional Edition) / Hacker Toolbox Professional Edition (TradeTouch) (2003).iso / sniffer / InternetPeriscope.exe / install_script.iss
Text File  |  2001-10-22  |  2KB  |  42 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=InternetPeriscope
  5. AppVerName=InternetPeriscope 1.1
  6. AppId=InternetPeriscope
  7. AppPublisher=LokBox Software
  8. AppPublisherURL=http://www.lokboxsoftware.com
  9. AppSupportURL=http://www.lokboxsoftware.com
  10. AppUpdatesURL=http://www.lokboxsoftware.com
  11. DefaultDirName={pf}\InternetPeriscope
  12. DefaultGroupName=InternetPeriscope
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\InternetPeriscope.exe"; DestDir: "{app}"; 
  22. Source: "{app}\internetperiscope.chm"; DestDir: "{app}"; 
  23.  
  24. [INI]
  25. FileName: "{app}\InternetPeriscope.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.lokboxsoftware.com"; 
  26.  
  27. [Run]
  28. Filename: "{app}\InternetPeriscope.exe"; Description: "Launch InternetPeriscope"; Flags: postinstall skipifsilent nowait
  29.  
  30. [Icons]
  31. Name: "{group}\InternetPeriscope"; Filename: "{app}\InternetPeriscope.exe"; 
  32. Name: "{group}\InternetPeriscope on the Web"; Filename: "{app}\InternetPeriscope.url"; 
  33. Name: "{userdesktop}\InternetPeriscope"; Filename: "{app}\InternetPeriscope.exe"; Tasks: desktopicon; 
  34. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\InternetPeriscope"; Filename: "{app}\InternetPeriscope.exe"; Tasks: quicklaunchicon; 
  35.  
  36. [Tasks]
  37. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  38. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  39.  
  40. [UninstallDelete]
  41. Type: files; Name: "{app}\InternetPeriscope.url"; 
  42.